[setuptools]: Installing deps
Hi all, I've followed the documentation for setuptools with regards to installing dependencies and installing setuptools (if it's not instlaled, or upgrading it). I can't however get any of these features of setuptools to work correctly. 1. setuptools is not being installed when users install the application's installer 2. required dependencies arenot being installed either. This is being done on Windows XP machine with Python-2.5.1 I do have ez_setup.py in the same directory as setup.py of the project in question and have the following 2 lines at the top of setup.py: import ez_setup ez_setup.use_setuptools() In my setup.py I have: install_requires = [ "pymills" ], However this is not being installed when the app's installer is run. Also setuptools is not being installed either. Am I missing something ? From what I've read this should _all_ work :) cheers James James Mills PricewaterhouseCoopers Australia Office: +61 (7) 3257 8847 Mobile: 0430 165 904 Fax: +61 (7) 3023 0938 james.mills@au.pwc.com http://www.pwc.com/au Please consider the environment before printing this email _________________________________________________________________ Please consider the environment before printing this email. PricewaterhouseCoopers is delighted to be recognised by our clients as the Professional Services Market Leader and Best Accounting Firm (Revenue over $250m) in the BRW-St.George Client Choice Awards 2007. http://www.pwc.com/au/awards PwC's latest news, insights and offerings http://www.pwc.com/au This communication is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking any action in reliance on, this communication by persons or entities other than the intended recipient is prohibited. If you received this in error, please inform PricewaterhouseCoopers ("PwC") immediately by return email and delete the material including all copies from any computer. Liability limited by a scheme approved under Professional Standards Legislation. PwC makes no express or implied representation or warranty that this electronic communication or any attachment is free from computer viruses or other defects or conditions which could damage or interfere with the recipients data, hardware or software. This communication and any attachment may have been modified or otherwise interfered with in the course of transmission.
participants (1)
-
james.mills@au.pwc.com