I'm a Computational Linguist just starting with Python. I personally
would be very interested in a UT Python group.
Jim
lugal wrote:
Is anyone aware if there's a Utah-based Python User Group? If not, does
any else from Utah have any interest in forming a Utah-based Python
User Group?
--
http://ma
oops - Sorry for the posting. This wasn't meant for the newsgroup :-)
J
Steve Holden wrote:
Jim Hargrave wrote:
http://www.gotdotnet.com/workspaces/workspace.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742
You really shoud try and get out more:
http://www.pycon.org/dc2005/talks/keynote
re
http://www.gotdotnet.com/workspaces/workspace.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742
--
http://mail.python.org/mailman/listinfo/python-list
to the mean or adding a tab. Again this is much like Eclipse
RCP - but forget that part :-)
J
Jim Hargrave wrote:
Eclipse provides a very nice application framework which supports
plug-ins. It's easy to dynamically add new functionality, menu items,
property editors, options etc.. us
Eclipse provides a very nice application framework which supports
plug-ins. It's easy to dynamically add new functionality, menu items,
property editors, options etc.. using a combination of XML and Java code.
Is there a similar framework for Python? If not any hints on how such a
framework wou
> I am curious to know what makes your Jython code incompatible with
> CPython. If it is only because it uses Java classes, it might
> not be too
> difficult to port them to CPython+Jpype.
CPython+Jpype may indeed be the way to go in the long run - it's only my
ignorance stoping me at this point :
Sorry - should have given more detail. That's what I get for posting at
1:00AM.
What I want to do us write scripts in CPython that access Windows
ActiveX such as Word and IE. Obviously Jython can't do this (easily at
least). I also have Jython scripts that provide a high level layer on
top of
I've read that it is possible to compile jython to native code using
GCJ. PyLucene uses this approach, they then use SWIG to create a Python
wrapper around the natively compiled (java) Lucene. Has this been done
before for with jython?
Another approach would be to use JPype to call the jython j