pylons on jython

2009-08-13 Thread dusans

does pylons work 100% on jython
sqlalchemy will be 100% in 0.6
what about mako?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: pylons on jython

2009-08-13 Thread Philip Jenvey


On Aug 13, 2009, at 12:19 AM, dusans wrote:


 does pylons work 100% on jython
 sqlalchemy will be 100% in 0.6
 what about mako?

Pylons and its dependencies, including Mako, work 100%

http://pylonshq.com/docs/en/0.9.7/jython/

SQLAlchemy 0.6 trunk now runs very well on Jython with the postgresql 
+zxjdbc and mysql+zxjdbc dialects. They're now continuously tested on  
SQLAlchemy's buildbots (they pass 100%):

http://groovie.org:8012/

oracle+zxjdbc also passes 100% but it lacks the new 0.6 returning  
feature -- hopefully that'll be solved before 0.6 final. Also, Victor  
Ng is working on a mssql+zxjdbc dialect that'll hopefully be included  
too.

--
Philip Jenvey


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Pylons on Jython

2007-09-27 Thread m h

On 9/23/07, Philip Jenvey [EMAIL PROTECTED] wrote:

 There's been a lot of interest in getting Django running on Jython
 lately, so I figured it's about time to prod fellow pylonauts and
 pyloneers about getting Pylons going on it.


Just wanted to say thanks much for your work here.  It could be
potentially very useful to me (and others who are deploying into
existing places where j2ee/servlet containers are the current standard
(and the IT team isn't looking to change that)).

-matt

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Pylons on Jython

2007-09-23 Thread Philip Jenvey

There's been a lot of interest in getting Django running on Jython  
lately, so I figured it's about time to prod fellow pylonauts and  
pyloneers about getting Pylons going on it.

I've actually been doing some Jython work lately to make this happen,  
though I've been focusing on getting setuptools and distutils working  
first, which is really its own project in and of itself. Obviously  
Pylons relies on the former (which heavily relies on the latter), so  
knocking these two off the list needs to happen sooner or later,  
preferably sooner.

Since Django on the other hand thinks setuptools, and external  
dependencies for that matter, are meddlesome, the djangonauts have  
gone straight to playing with Django directly on Jython. So they're a  
little farther ahead of us, and seem to have a number of folks  
actively working with it.

Full support for setuptools is getting closer: with some local, hacky  
patches I can get setuptools to install Pylons and most of the  
dependencies from cheeseshop (though it dies while installing the  
decorator package due to a bug in the marshal module).

For those who are ready to start hacking away, the next step would be  
running Pylons and all of its accompanying dependencies' tests on  
Jython trunk, seeing what's broken, and logging tickets and adding  
those problems to the PylonsOnJython page on the Jython wiki.

Of course a more interesting endeavor would be to manually install  
Pylons and its dependencies, and seeing what happens! Though this is  
a bit difficult right now with the lack of setuptools/distutils.

The main points of interest:

http://wiki.python.org/jython/SetuptoolsOnJython
http://wiki.python.org/jython/PylonsOnJython

Misc:

http://www.xhaus.com/modjy/ - A WSGI compliant gateway/server Servlet  
for jython
irc://irc.freenode.net/#jython

--
Philip Jenvey



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---