Author Topic: Python 2.5 support  (Read 4714 times)

orenouard

  • Jr. Member
  • **
  • Posts: 2
Python 2.5 support
« 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) ?

jesse

  • Sr. Member
  • ****
  • Posts: 40
Re: Python 2.5 support
« Reply #1 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.