PipelineFX Forum

Qube! => Developer Customization => Topic started by: orenouard on December 19, 2007, 12:28:59 PM

Title: Python 2.5 support
Post by: orenouard on December 19, 2007, 12:28:59 PM
Hello,

With Maya2008 using Python 2.5.1, what are the plans to support 2.5 (both in API and GUI modes) ?
Title: Re: Python 2.5 support
Post by: jesse on December 19, 2007, 07:11:35 PM
Maya is finicky about pathing modules outside of the scope of its own python folder. If you set your PYTHONPATH to include your pfx/qube/api/python directory, you should be able to import qb without issue.

We've been using the qube api in maya 2008, and it works just as well as outside of maya.