python - How do I install pysvg using easy_install? -


I am a hardcore programmer and I want to learn Python. I am trying to write a script to create SVG files. If I am not able to do this work, then I will kill only some kitten and I will write a program to do this work.

I want to use the library. In fact, I am not getting married to that special library. What better SVG-generator (better-document, in fact) should I use? Which library do you use to create SVG? I am creating simple SVG (boxes and rows) from scratch.

I tried downloading the package and running python install.py install / install but I did not really want to give it the root access.

Then I thought and tried sudo easy_install pysvg and it will not work just:

  rascher @ coltrane: ~ $ Sudo easy_install pysvg pysvg No local packages or download links found for reading http://pypi.python.org/simple/pysvg/ http://codeboje.de/pysvg/ pysvg error for search: find the appropriate distribution for the requirement Could not find .parse ('pysvg') rascher @ coltrane: ~ $ sudo easy_install pysvg == 0.2.1 Search for pysvg == 0.2.1 read http://pypi.python.org/simple/pysvg/ read http: / / Codebox .de / pysvg / pysvg == 0.2.1 No local packages or downloads for error D links are not found: Required distribution for Requirement.parse ('pysvg == 0.2.1') ​​could not be found.   

What am I doing wrong? How do I set up this library?

Please favor me and see it once again easy_install It should work now, as I have uploaded the main binary zip file to PEPI. I have to admit that I was neglecting the installation process of pysvg quite simply because: - Most users (sources) prefer to receive sources directly from the store - I do not have to install it myself; -)

But these are not really good excuses.

Best, Carrie

Comments