Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6423683
By: orlenko

Thanks Salim,

You are right, using distutils, eggs, and specifying dependencies and versions
is the standard, preferred way of handling things. Unfortunately, I am dealing
with a non-standard situation: the product I am working on is packaged as a
single-exe Windows service that requires a single-click installer. Py2exe does
not understand eggs, and so I have to maintain a slightly customized, "un-egged"
version of 3rd-party libraries my product depends on.

Although the situation I am in is non-standard, I doubt I am the only person
in the world who needs to keep some *.pyc files in the source tree. What would
it take to add an option to avoid deleting *.pyc files from a specific 
directory?
After all, PyDev has an option to skip code analysis for specific files, why
not allow skipping directory cleanup where it's not needed?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to