using pyopengl 3.0.0b1 with py2exe

2008-01-16 Thread Sébastien Ramage
Hi ! How can I make an exe that use the new pyopengl 3.0.0b1 ??? I use py2exe 0.6.6 with the 3.0.0a6 version I have make it working by copying the egg and by forcing loading it at the start of the app but it doesn't work with this version py2exe correctly detect it and include it in the app but

Re: Pyro and sqlite3 problem

2007-12-02 Thread Sébastien Ramage
me error, I just recycled the objects used in the I/O operations and the problem was solved. However, that was done locally, without using Pyro, so your milleage may vary. On Dec 1, 2007 4:29 AM, Sébastien Ramage <[EMAIL PROTECTED]> wrote: > > Hi ! > >

Re: Pyro and sqlite3 problem

2007-12-02 Thread Sébastien Ramage
> Off hand -- ensure that each remote access runs the entire sequence > of "connect, cursor, execute, fetch, cursor-close, connection-close" > rather than trying to, say, create a cursor in one access and then use > that cursor on a second access... > > Or maybe create one long-run

Pyro and sqlite3 problem

2007-12-01 Thread Sébastien Ramage
Hi ! I'm trying to build an client/server app based on Pyro and sqlite3. But I have a problem using sqlite3 on the server I got this error : sqlite3.ProgrammingError: ('SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 240 and this is th

Re: searching algorithm

2007-05-10 Thread Sébastien Ramage
I have made a script that search anagram based on the ODS file ( call OSW in english, Official Scrabble Words) it load a file that contain 369085 words (one word per line) I create a dictionnary and store word into using the length of the word as key example : mydict[2] contain a list of word with

Re: Python Plugin for Web Browser

2006-12-12 Thread Sébastien Ramage
pour ceux que ça intéresse http://base.google.com/base/a/1438658/D18001067256043490325 -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Plugin for Web Browser

2006-12-06 Thread Sébastien Ramage
> Par contre, je pense qu'il existe une autre démarche, qui consiste à > générer, à la volée, en Python, des sortes d'applets java/javascript. Il est clair que mon projet est un peu plus complexe mais je l'espère plus ambitieux aussi Le but étant vraimment de faire des applets en Python et non J

Re: Python Plugin for Web Browser

2006-12-06 Thread Sébastien Ramage
oui COM je connais et ça fonctionne bien mais ce n'est pas portable d'un navigateur à l'autre et ce n'est pas ce que je cherche à faire. Mon but serait d'avoir un plugin qui permettrait d'embarquer des applets écrient en python dans les pages html à l'image de Java ou Flash, etc Pour le moment j'e

Re: Python Plugin for Web Browser

2006-12-06 Thread Sébastien Ramage
des exemples de plugins pour IE oui mais qui ne sont pas embarqué dans une page Web je souhaiterai créer qqchose qui ressemble vraiment à Java VM ou Flash J'ai trouvé un début de réponse pour Firefox en télécharger le GeckoSDK mais je n'arrive pas à compiler les exemples pour le moment... merci

Python Plugin for Web Browser

2006-12-05 Thread Sébastien Ramage
I've an idea and I've made some search but I found nothing really interesting. There is somebody who have (or can help me to) try to developp a python plugin for web browser just like java ?? I search an how-to for creating a plugin for Firefox and only find how create extension... I've find some

Re: How Build VTK for Python 2.5 under Windows?

2006-10-03 Thread Sébastien Ramage
I've install MS Visual C++ toolkit 2003 and cmake but I don't really know how it work. there's somebody who can compile VTK for python 2.5 under windows for me ? thank you (And sorry for my english, I'm French) Seb Sébastien Ramage wrote: > Hello, > I'm runnin

How Build VTK for Python 2.5 under Windows?

2006-10-03 Thread Sébastien Ramage
Hello, I'm running on Windows and I want to test VTK but I don't understand how build it Somebody can help me to build VTK for Python 2.5 under Windows? (or Python 2.43 if python 2.5 is a problem) I have no C compiler but I can install one if it's free. Thank you Seb -- http://mail.python.org

Re: PyOpenGL pour python 2.5 ???

2006-09-25 Thread Sébastien Ramage
good news ! thank for links to the blog, very usefull now I have to wait seb -- http://mail.python.org/mailman/listinfo/python-list

Re: PyOpenGL pour python 2.5 ???

2006-09-25 Thread Sébastien Ramage
(thinking recompilation is the only things) Somebody can help me? Seb Bruno Desthuilliers a écrit : > Sébastien Ramage wrote: > > Bonjour à tous, > > > Hi Sébastien. > > Wrong newsgroup, I'm afraid - either repost here in english, or post to > fr.comp.lang.python...

PyOpenGL pour python 2.5 ???

2006-09-25 Thread Sébastien Ramage
Bonjour à tous, Dans la folie j'ai installé le nouveau python, impatient de voir les nouveautés mais je pense que j'ai été un peu rapide car j'ai voulu utiliser pyOpenGL et là problème il n'existe pas pour python 2.5 ?!!! de plus il semble que pyopengl est été abandonné depuis 2005 ? plus rien ne

Jython from CVS

2005-07-03 Thread Sébastien Ramage
Somebody can help me to recompile Jython from the CVS file ? thank --- other question : No python browser plugins avaible? Seb -- http://mail.python.org/mailman/listinfo/python-list

Re: embedded Python

2005-05-25 Thread Sébastien Ramage
PROBLEME RESOLU j'ai résolu le problème en supprimant le commutateur \GZ de le link http://support.microsoft.com/kb/q191669/ -- http://mail.python.org/mailman/listinfo/python-list

embedded Python

2005-05-25 Thread Sébastien Ramage
bonjour, après bien du mal j'ai réussi à créer une dll pour 4e Dimension maintenant j'aurai voulu intégré Python à cette dll j'ai voulu faire simple pour le moment en utilisant l'exemple donné dans la doc exemple : #include int main(int argc, char *argv[]) { Py_Initialize(); PyRun_SimpleSt