By the way, have I mentioned that I am the 'Poster Boy' for adults with ADD?
Best Regards,
Chris Nethery
----- Original Message -----From: [EMAIL PROTECTED]To: tkinter-discussSent: 9/13/2005 2:28:45 PMSubject: Re: [Tkinter-discuss] Trouble installing PyBWidgets
I see what was happening here. I was running 'setup.py --help-commands' and my text editor was just opening up the file. I wasn't assuming the obvious, which was that I should have been entering 'python setup.py --help-commands'. I have gone down the 'python setup.py install' route and everything is working great.Thank you for your help!-- Chris[EMAIL PROTECTED] wrote:> I have tried running setup.py and receive the following error:> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]> or: setup.py --help [cmd1 cmd2 ...]> or: setup.py --help-commands> or: setup.py cmd --help>> error: no commands supplied> I guess I need to provide some additional commands,> but I am not sure which commands I should provide.hint:python setup.py --help-commandsStandard commands:build build everything needed to installbuild_py "build" pure Python modules (copy to build directory)build_ext build C/C++ extensions (compile/link to build directory)build_clib build C/C++ libraries used by Python extensionsbuild_scripts "build" scripts (copy and fixup #! line)clean clean up output of 'build' commandinstall install everything from build directoryinstall_lib install all Python modules (extensions and pure Python)install_headers install C/C++ header filesinstall_scripts install scripts (Python or otherwise)install_data install data filessdist create a source distribution (tarball, zip file, etc.)register register the distribution with the Python package indexbdist create a built (binary) distributionbdist_dumb create a "dumb" built distributionbdist_rpm create an RPM distributionbdist_wininst create an executable installer for MS Windowsgiven your subject line, "install" might be what you want.reading the generic installation guide can also be a good idea:</F>_______________________________________________Tkinter-discuss mailing listhttp://mail.python.org/mailman/listinfo/tkinter-discuss
_______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
