You are welcome :)
I'm just interesting what kind of task and environment do you have?
I've never played with Jython and never needed to use it, so it's
uncommon for me.
Sure. If you need your Python code to interact "directly" (not through
network API) with Java code, Jython seems reasonable sol
Thanks for the response.
1. I have now isolated the problem with the install. It is indeed a version
compatibility mismatch. Django 1.5* does not support Jython 2.5*.
Django 1.5* requires the unstable development version Jython 2.7*
Django 1.4* is compatible with the stable old version Jython 2.
Hi, SeeGull!
It seems that Django 1.5 is incompatible with your version of Jython
(or with Jython at all, I don't know).
I've looked at 'django/utils/version.py' (you can see from traceback -
exception raised in this file):
https://github.com/django/django/blob/master/django/utils/version.py
So,
On Sat, Nov 28, 2009 at 6:20 AM, Xbiton wrote:
> by setting the DATABASE_ENGINE = 'doj.backends.zxjdbc.mysql' and
> starting
You just say the engine as mysql
\> Error was: No module named mysql
>
\
Its clearly the issue "No module name mysql" install python-mysql
using easy-install or download
Nevermind. I chose the "standard" option when installing Jython, which
doesn't include sources. If you choose the "all" option, distutils is
included.
Hope that helps someone,
Brandon
On Jul 31, 7:48 am, Brandon Taylor wrote:
> Hello everyone,
>
> I'm getting a Jython environment set up, and ha
I found it works on Jython 2.5 beta0
On 8 Sty, 12:38, naos wrote:
> Hi all,
>
> I'm recently playing with Django 1.0.2 on Jython 2.5 alpha3 build.
> Besides missing os.getcwdu function (which I got over by assigning
> os.getcwdu= os.getcwd at app init) I have problem with template
> rendering.
>From the link:
> "Lastly, Django running on Jython, like other Python web app frameworks, is a
> compelling alternative for Java developers who need to use the Java platform,
> but without unnecessary pain and development cost."
Amen brother.
On May 1, 1:00 pm, "James Bennett" <[EMAIL PROTE
On Wed, Apr 30, 2008 at 9:44 PM, rich <[EMAIL PROTECTED]> wrote:
> More out of curiosity than anything else, is anybody using Django on
> Jython?
Several people are, and are actively involved in improving both Jython
and Django to work better together; a number of bugs have been
reported to bot
8 matches
Mail list logo