<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AM Tools 1.04</title>
	<atom:link href="http://adammechtley.com/2010/02/amtools-1-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://adammechtley.com/2010/02/amtools-1-04/</link>
	<description>Tips, Tutorials, and Tools - by Adam Mechtley</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:24:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Adam</title>
		<link>http://adammechtley.com/2010/02/amtools-1-04/comment-page-1/#comment-829</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 19 May 2011 15:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://adammechtley.com/?p=649#comment-829</guid>
		<description>Does it change matters at all if you do it this way in your userSetup?

&lt;code&gt;import maya.cmds
maya.cmds.evalDeferred(&#039;import amTools&#039;)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Does it change matters at all if you do it this way in your userSetup?</p>
<p><code>import maya.cmds<br />
maya.cmds.evalDeferred('import amTools')</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://adammechtley.com/2010/02/amtools-1-04/comment-page-1/#comment-828</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Thu, 19 May 2011 05:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://adammechtley.com/?p=649#comment-828</guid>
		<description>Hi Adam,

The problem only arises on startup using the userSetup.py.
I&#039;ve created a mel button shelf button that contains &quot;import amTools&quot;. If I run this after Maya has loaded, things seem to load just fine.</description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>The problem only arises on startup using the userSetup.py.<br />
I&#8217;ve created a mel button shelf button that contains &#8220;import amTools&#8221;. If I run this after Maya has loaded, things seem to load just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://adammechtley.com/2010/02/amtools-1-04/comment-page-1/#comment-824</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 11 May 2011 20:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://adammechtley.com/?p=649#comment-824</guid>
		<description>Hi Juan,

Do you get the same problem if you import after Maya GUI is loaded, or only when importing from a userSetup.py?</description>
		<content:encoded><![CDATA[<p>Hi Juan,</p>
<p>Do you get the same problem if you import after Maya GUI is loaded, or only when importing from a userSetup.py?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://adammechtley.com/2010/02/amtools-1-04/comment-page-1/#comment-821</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Wed, 11 May 2011 03:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://adammechtley.com/?p=649#comment-821</guid>
		<description>Hello Adam,
First off, thank you for providing this excellent set of tools!

I&#039;m sorry to bug you with this, but I was hoping you could help me with some trouble I encountered during installation --

I&#039;ve followed the instructions for the installation of the python scripts in the Maya directories. However, upon launching Maya, I&#039;ve come across the following error:

Failed to execute userSetup.py
Traceback (most recent call last):
  File &quot;E:/JAC/Documents/maya/2012-x64/scripts\userSetup.py&quot;, line 3, in 
    import amTools
  File &quot;E:/JAC/Documents/maya/2012-x64/scripts\amTools\__init__.py&quot;, line 71, in 
    import menu
  File &quot;E:/JAC/Documents/maya/2012-x64/scripts\amTools\menu.py&quot;, line 139, in 
    build()
  File &quot;E:/JAC/Documents/maya/2012-x64/scripts\amTools\menu.py&quot;, line 54, in build
    cmds.menu(kAMToolsMenuName, parent=mainWindow, tearOff=True, label=&quot;AM Tools&quot;)
RuntimeError: Layout must be a menuBarLayout: 


Do you have any thoughts on how I could go solving this?
Thank you,
Juan</description>
		<content:encoded><![CDATA[<p>Hello Adam,<br />
First off, thank you for providing this excellent set of tools!</p>
<p>I&#8217;m sorry to bug you with this, but I was hoping you could help me with some trouble I encountered during installation &#8211;</p>
<p>I&#8217;ve followed the instructions for the installation of the python scripts in the Maya directories. However, upon launching Maya, I&#8217;ve come across the following error:</p>
<p>Failed to execute userSetup.py<br />
Traceback (most recent call last):<br />
  File &#8220;E:/JAC/Documents/maya/2012-x64/scripts\userSetup.py&#8221;, line 3, in<br />
    import amTools<br />
  File &#8220;E:/JAC/Documents/maya/2012-x64/scripts\amTools\__init__.py&#8221;, line 71, in<br />
    import menu<br />
  File &#8220;E:/JAC/Documents/maya/2012-x64/scripts\amTools\menu.py&#8221;, line 139, in<br />
    build()<br />
  File &#8220;E:/JAC/Documents/maya/2012-x64/scripts\amTools\menu.py&#8221;, line 54, in build<br />
    cmds.menu(kAMToolsMenuName, parent=mainWindow, tearOff=True, label=&#8221;AM Tools&#8221;)<br />
RuntimeError: Layout must be a menuBarLayout: </p>
<p>Do you have any thoughts on how I could go solving this?<br />
Thank you,<br />
Juan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

