Hi Alexandro;


----- Messaggio originale -----
> Da: Alexandro Colorado 
...
> 
> Just as a note, OOo allows the user to select their own JVM and other
> things such as classpath, and such on the Tools - Options - Java.
> Could something like this be enabled for Python3 or 2 or would it be as
> hard as porting the bridge?
> 


pyuno needs to know the python version during compile time. This is
different in Java because bytecode is made to be portable.

I guess you could build pyuno2 and pyuno3 but you would need to have
both python versions available. I think hanya may be thinking of something
like that in his pyuno3 project:

https://github.com/hanya/pyuno3/


cheers,

Pedro.

Reply via email to