rubik / pyg

A Python Package Manager
http://pyg-installer.co.nr
MIT License
21 stars 3 forks source link

Bundle error when bundling same packages #94

Closed rubik closed 13 years ago

rubik commented 13 years ago

I didn't know how to explain in the title, but try this:

$ echo -e "pyg\npkgtools" > r.txt
$ pyg bundle pyg.pyb -r r.txt

pkgtools is in pyg dependencies and in the requirements file, so Pyg tries to download it twice... This should be easy to fix.

fdev31 commented 13 years ago

See latest errors, seems that "pyb" is back in "pack" command... http://zicbee.gnux.info:8010/builders/pyg/builds/13/steps/building/logs/stdio

rubik commented 13 years ago

I don't have that error... I think it has been introduced in the last commit...

rubik commented 13 years ago

Argh, that's true! If you keep multiple items on the same with, it works. Otherwise, it doesn't. Damned Python2.6!

fdev31 commented 13 years ago

Hmmm... probably the double "with" refactor, I'll check :)

rubik commented 13 years ago

After this commit: https://github.com/rubik/pyg/commit/e7dcc1dc1232c5feb8fd791876f730fa52fb23a2 It works, it was an indentation problem... :)

rubik commented 13 years ago

Wow simultaneous post! :)