How does Jython compile python modules that can be used by the JVM?

2007-04-26 Thread ChrisW
Hi, I need a relatively technical answer to the above question - I've looked through the Jython docs / FAQs and Googled it but to no avail... if anyone can let me know I'd be most grateful, Thanks, Chris -- http://mail.python.org/mailman/listinfo/python-list

SQLObject

2009-09-28 Thread ChrisW
I'm new to using SQLObject, and having some problems with getting it to recognise my current MySQL database. I've set up my connection fine, but it won't recognise the names of the columns (presumably because they're not written using the default naming convention?). For example, one of my

Multiple versions of python

2009-07-21 Thread ChrisW
Hi, I have installed 2 versions of python on my Windows XP computer - I originally had 3.0.1, but then found that the MySQL module only supported 2.*, so I've now installed that. I have found that if I change the Windows Environment Variable path, then I can change the version of python called

Python 3.6 installation doesn't add launcher to PATH

2017-02-24 Thread ChrisW
The installation guidelines for Python 3.6 say: "Per-user installations of Python do not add the launcher to PATH unless the option was selected on installation." (https://docs.python.org/3/using/windows.html#from-the-command-line). However, I've installed Python 3.6 with the 'include PATH'

Re: Python 3.6 installation doesn't add launcher to PATH

2017-02-26 Thread ChrisW
On Friday, 24 February 2017 18:09:01 UTC, Irmen de Jong wrote: > On 24-2-2017 13:38, ChrisW wrote: > > The installation guidelines for Python 3.6 say: > > > > "Per-user installations of Python do not add the launcher to PATH unless > > the option was select

Re: Python 3.6 installation doesn't add launcher to PATH

2017-02-26 Thread ChrisW
On Saturday, 25 February 2017 07:21:30 UTC, eryk sun wrote: > On Fri, Feb 24, 2017 at 12:38 PM, ChrisW wrote: > > However, I've installed Python 3.6 with the 'include PATH' checkbox ticked > > for my user only, and although C:\Windows\py.exe exists, it has not been > > added