<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python 2 not working Maya 2022 in Maya Programming Forum</title>
    <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10217814#M4543</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Win 7 + Maya 2022 Python 3 + USD and MtoA&lt;/P&gt;
&lt;P&gt;Yes, this works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Win 10 + Maya 2022 Python 2 and Python 3 + USD and MtoA&lt;/P&gt;
&lt;P&gt;On the Windows 7 computer there is no Windows 10 is installed, so I can't answer this.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Apr 2021 07:32:46 GMT</pubDate>
    <dc:creator>mspeer</dc:creator>
    <dc:date>2021-04-07T07:32:46Z</dc:date>
    <item>
      <title>Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10184158#M4533</link>
      <description>&lt;P&gt;I'm not too familiar with python past the basics but I've got a bunch of python 2.7 scripts I'd like be able to use with Maya 2022. I've tried both methods listed in the docs for running maya in python 2 mode, first by launching maya via command line with '-pythonver 2'. In this case maya fails to launch, I see the slash screen for a moment and then it crashes. Using the other method of setting an environment variable '&lt;SPAN&gt;MAYA_PYTHON_VERSION=2',&amp;nbsp; Maya launches fine but I'm not sure how tell if it worked. In maya 2020 running the following returns the python version:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;import sys&lt;BR /&gt;ver=sys.version&lt;BR /&gt;print(ver)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In Maya 2022 it doesn't return anything, in fact even just print('hello') doesn't print anything. I'm not sure how else to tell what version other than trying to run an old script. The few I've tried (all of which work 2020) return errors so I assume I'm still in python 3 mode.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 20:30:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10184158#M4533</guid>
      <dc:creator>InNeedOfHelp</dc:creator>
      <dc:date>2021-03-24T20:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10188349#M4534</link>
      <description>&lt;PRE&gt;import sys
print(sys.version)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://matiascodesal.com/blog/how-to-launch-maya-2022-with-python-2-if-you-are-not-ready-for-python-3/" target="_blank"&gt;How to Launch Maya 2022 With Python 2 If You Are Not Ready For Python 3 - Mati Codes (matiascodesal.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 05:32:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10188349#M4534</guid>
      <dc:creator>justin5PV6Q</dc:creator>
      <dc:date>2021-03-26T05:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10200062#M4535</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I think you run into an issue which is known on our side, that is:&amp;nbsp;&lt;SPAN&gt;Maya crashes with starting in Python 2 mode if MAYA_NO_CONSOLE_WINDOW is set.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So I believe MAYA_NO_CONSOLE_WINDOW is set on your machine. If you unset it, Maya 2022 should not crash when starting in Python 2 mode.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can find this limitation on Maya 2022 help -&amp;gt;&amp;nbsp;&lt;A href="https://help.autodesk.com/view/MAYAUL/2022/ENU/?guid=Maya_ReleaseNotes_2022_release_notes_known_limitations2022_html" target="_blank" rel="noopener"&gt;Maya 2022 Known Issues.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This issue has been fixed on our side and the fix will be in next Maya update.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As for environment variable 'MAYA_PYTHON_VERSION=2' failing to work for you, that could be because you set the environment variable in Maya.env file.&amp;nbsp; This is not expected to work, because when Maya reads&amp;nbsp;Maya.env file, it has already been in starting process and won't be able to switch between Python 2 and Python 3.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In order to use MAYA_PYTHON_VERSION, you need to &lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Set it in your system environment&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Or in terminal (command prompt on Windows) before running maya executable from there&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Hope it helps,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 19:42:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10200062#M4535</guid>
      <dc:creator>WindXu</dc:creator>
      <dc:date>2021-03-30T19:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10200926#M4536</link>
      <description>&lt;P&gt;So there's no way we can get back to Python 2.7 while using Maya 2022? I would love to try 2022 too but I got a bunch of tools written in Python 2.7 so they all don't run anymore &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 06:06:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10200926#M4536</guid>
      <dc:creator>Hai__Nguyen</dc:creator>
      <dc:date>2021-03-31T06:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10201946#M4537</link>
      <description>&lt;P&gt;Yes, you can still run Maya 2022 in Python 2 mode as long as you don't have environment variable&amp;nbsp;&lt;SPAN&gt;MAYA_NO_CONSOLE_WINDOW set on your machine.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To run Maya 2022 in Python 2, you can do one of followings:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Start Maya with "-pythonver" flag.&amp;nbsp; For python2, it is "maya.exe -pythonver 2".&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Set environment variable&amp;nbsp;MAYA_PYTHON_VERSION=2 and start Maya. As I mentioned above,&amp;nbsp;&amp;nbsp;MAYA_PYTHON_VERSION should &lt;STRONG&gt;NOT&lt;/STRONG&gt; be set in Maya.env file.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 31 Mar 2021 13:15:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10201946#M4537</guid>
      <dc:creator>WindXu</dc:creator>
      <dc:date>2021-03-31T13:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10202949#M4538</link>
      <description>&lt;P&gt;I see, that explains that aspect. But still using the other methods maya would fail to load. Seems not many others have run into this but in my case it turns out Maya won't start in python 2 mode unless run as admin, while python 3 mode does not require this.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 19:45:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10202949#M4538</guid>
      <dc:creator>InNeedOfHelp</dc:creator>
      <dc:date>2021-03-31T19:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10215540#M4539</link>
      <description>&lt;P&gt;This worked for the most part, however we still have some PCs running windows 7. They are able to run maya 2022, but when we add in the environment variable suddenly maya can't open anymore. Do you have any work around for this?? thank you:)&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 14:07:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10215540#M4539</guid>
      <dc:creator>sigridEDDGA</dc:creator>
      <dc:date>2021-04-06T14:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10215582#M4540</link>
      <description>&lt;P&gt;You mean after adding&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;MAYA_PYTHON_VERSION=2&lt;/STRONG&gt;, Maya 2022 won't start on Win 7?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I cannot think of any reason this environment variable&amp;nbsp;will stop Maya from starting, unless you have&amp;nbsp;&lt;STRONG&gt;MAYA_NO_CONSOLE_WINDOW&lt;/STRONG&gt; set on your machines.&amp;nbsp; Is that the case?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If yes, you need to remove&amp;nbsp;MAYA_NO_CONSOLE_WINDOW from your systems. Now Maya 2022 provides a "Windows-&amp;gt;Output window" menu to hide/unhide output window.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you don't have&amp;nbsp;MAYA_NO_CONSOLE_WINDOW set, if you try starting Maya 2022 with flag "-pythonver 2", can Maya start?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 14:22:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10215582#M4540</guid>
      <dc:creator>WindXu</dc:creator>
      <dc:date>2021-04-06T14:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10216570#M4541</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1631800"&gt;@WindXu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can confirm this.&lt;/P&gt;
&lt;P&gt;On Windows 7 Maya 2020 crashes when trying to start Maya 2022 with Python 2 enabled.&lt;/P&gt;
&lt;P&gt;(crash at: mtoa_api.dll, OpenMaya.dll,...)&lt;/P&gt;
&lt;P&gt;The problem is related to the USD plug-in and the Arnold plug-in.&lt;/P&gt;
&lt;P&gt;If both plug-ins are enabled then Maya 2022 with Python 2 mode will crash at startup on Windows 7.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Solution:&lt;/P&gt;
&lt;P&gt;a) Disable auto load for mayaUsdPlugin.mll, or&lt;/P&gt;
&lt;P&gt;b) Disable auto load for mtoa.mll&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 19:09:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10216570#M4541</guid>
      <dc:creator>mspeer</dc:creator>
      <dc:date>2021-04-06T19:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10216716#M4542</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/134201"&gt;@mspeer&lt;/a&gt;&amp;nbsp; Thanks for the info. It is strange that USD and Mtoa Plugins will crash Maya 2022 in Python 2 mode when starting up on Win 7.&amp;nbsp; &amp;nbsp;So the following combinations work for you, right?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Win 7 + Maya 2022 Python 3 + USD and MtoA&lt;/LI&gt;
&lt;LI&gt;Win 10 +&amp;nbsp;Maya 2022 Python 2 and Python 3 +&amp;nbsp;USD and MtoA&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10585095"&gt;@sigridEDDGA&lt;/a&gt;&amp;nbsp;Is your crash the same as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/134201"&gt;@mspeer&lt;/a&gt;&amp;nbsp;'s?&amp;nbsp; Could you please try disabling auto load for&amp;nbsp;&lt;SPAN&gt;mayaUsdPlugin.mll and mtoa.mll and see whether it fixes the crash on your Win 7 machines? Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 20:02:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10216716#M4542</guid>
      <dc:creator>WindXu</dc:creator>
      <dc:date>2021-04-06T20:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10217814#M4543</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Win 7 + Maya 2022 Python 3 + USD and MtoA&lt;/P&gt;
&lt;P&gt;Yes, this works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Win 10 + Maya 2022 Python 2 and Python 3 + USD and MtoA&lt;/P&gt;
&lt;P&gt;On the Windows 7 computer there is no Windows 10 is installed, so I can't answer this.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 07:32:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10217814#M4543</guid>
      <dc:creator>mspeer</dc:creator>
      <dc:date>2021-04-07T07:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10218008#M4544</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1631800"&gt;@WindXu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;MAYA_NO_CONSOLE_WINDOW&lt;/STRONG&gt; variable on any on the machines and it seems I do have the same issue as &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/134201"&gt;@mspeer&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, these combinations worked without any issue:&lt;/P&gt;&lt;P&gt;Win 7 + Maya 2022 Python 3 + USD and MtoA&lt;/P&gt;&lt;P&gt;Win 10 +&amp;nbsp;Maya 2022 Python 2 and Python 3 +&amp;nbsp;USD and MtoA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to disable auto load for mtoa on one win7 machine and usd on another win7 machine and for both of those I could open maya 2022 with python 2 using the environment variable. And just for the fun of it I also tried unloading both the plugins and that also works.:) So it seems indeed to be when both the arnold and usd plugins are loaded I can't open maya 2022 on a win7 machine in python 2 mode, at least using the environment variable method.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 08:56:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10218008#M4544</guid>
      <dc:creator>sigridEDDGA</dc:creator>
      <dc:date>2021-04-07T08:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10218582#M4545</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10585095"&gt;@sigridEDDGA&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/134201"&gt;@mspeer&lt;/a&gt;&amp;nbsp;Thanks for the confirmation. This seems more of an USD or MtoA plugin issue than Maya one to me. Besides, Win 7 is not supported by Maya any more. So I am not sure what we can do for the crash on Win 7 with Python 2.&lt;/P&gt;
&lt;P&gt;I will let the team know about this. Let's see what can be done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 13:08:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10218582#M4545</guid>
      <dc:creator>WindXu</dc:creator>
      <dc:date>2021-04-07T13:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10219275#M4546</link>
      <description>&lt;P&gt;If you want to launch Maya 2022 with Python 2, I'm leaving an article here I wrote on my artstation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.artstation.com/sunnymuthreja/blog/2WoQ/maya-2022-how-to-run-python-2-scripts" target="_blank" rel="noopener"&gt;https://www.artstation.com/sunnymuthreja/blog/2WoQ/maya-2022-how-to-run-python-2-scripts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've set it up the other day. every python 2 script works fine except animBot which has some licensing issue.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 16:36:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10219275#M4546</guid>
      <dc:creator>sunny_muthreja</dc:creator>
      <dc:date>2021-04-07T16:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10220882#M4547</link>
      <description>&lt;P&gt;But this fix only works when maya is launched so for when rendering through a renderfarm when maya is not technically being opened I am assuming this fix won't work. And honestly for my part we have kind of realised it is a bit to early to switch to maya 2022 as redshift hasn't realised a supported version yet anyway. So hopefully within a couple of weeks some of the issues are fixed:)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 07:18:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10220882#M4547</guid>
      <dc:creator>sigridEDDGA</dc:creator>
      <dc:date>2021-04-08T07:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10242686#M4548</link>
      <description>&lt;P&gt;I can confirm I had this error without MAYA CONSOLE variable and&amp;nbsp; python 2 only worked when I turned off USD plugin.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 23:50:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10242686#M4548</guid>
      <dc:creator>rossddaniel</dc:creator>
      <dc:date>2021-04-15T23:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Python 2 not working Maya 2022</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10677535#M4549</link>
      <description>&lt;P&gt;how do you "&lt;SPAN&gt;Set environment variable&amp;nbsp;MAYA_PYTHON_VERSION=2 and start Maya."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Oct 2021 11:25:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/python-2-not-working-maya-2022/m-p/10677535#M4549</guid>
      <dc:creator>hushsmihi</dc:creator>
      <dc:date>2021-10-09T11:25:59Z</dc:date>
    </item>
  </channel>
</rss>

