Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. from esky import bdist_esky
  2. from distutils.core import setup
  3.  
  4. setup(name='ColdCelery',
  5. scripts=['C:\Python27\Lib\site-packages\celery\bin\celery.py'],
  6. options = {
  7. 'bdist_esky':{
  8. 'freezer_module': 'py2exe',
  9. }
  10. }
  11. )
  12.  
  13. python setup.py bdist_esky
  14.  
  15. running bdist_esky
  16. running build_scripts
  17. *** searching for required modules ***
  18. error: c:temptmpz5146oscriptscelery.py: The process cannot access the file
  19. because it is being used by another process
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement