<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Running 1.8 beside 3.3]]></title><description><![CDATA[<p dir="auto">I am making the transition from 1.8 to 3.3 but still have 1.8 in operation until a project started there is completed (soon). Is it possible to run these two versions together? I get traceback errors when trying to update extensions in 3.3 via Mechanic2 which I believe are related to 1.8 utilising the 1to3 extension. This seems to be confusing 3.3 and not allowing updates to take place...</p>
<p dir="auto">Below is a snippet of the output when attempting to update:</p>
<pre><code class="language-console">Installing '1To3' report:
  Traceback (most recent call last):
      File "main.py", line 9, in &lt;module&gt;
      File "/Users/joesquared/Library/Application Support/RoboFont/plugins/1To3.roboFontExt/lib/RF3.py", line 12, in &lt;module&gt;
    ModuleNotFoundError: No module named 'ufoLib'
</code></pre>
<pre><code class="language-console">Installing 'Add Overlap' report:
  Traceback (most recent call last):
      File "AddOverlap.py", line 3, in &lt;module&gt;
    ModuleNotFoundError: No module named 'ufoLib'
</code></pre>
<p dir="auto">Am I better off waiting to make the jump until I can remove 1.8, or am I missing something simple?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.robofont.com/topic/755/running-1-8-beside-3-3</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 05:42:43 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/755.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Dec 2019 22:11:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Running 1.8 beside 3.3 on Thu, 05 Dec 2019 09:49:23 GMT]]></title><description><![CDATA[<p dir="auto">I am making the transition from 1.8 to 3.3 but still have 1.8 in operation until a project started there is completed (soon). Is it possible to run these two versions together? I get traceback errors when trying to update extensions in 3.3 via Mechanic2 which I believe are related to 1.8 utilising the 1to3 extension. This seems to be confusing 3.3 and not allowing updates to take place...</p>
<p dir="auto">Below is a snippet of the output when attempting to update:</p>
<pre><code class="language-console">Installing '1To3' report:
  Traceback (most recent call last):
      File "main.py", line 9, in &lt;module&gt;
      File "/Users/joesquared/Library/Application Support/RoboFont/plugins/1To3.roboFontExt/lib/RF3.py", line 12, in &lt;module&gt;
    ModuleNotFoundError: No module named 'ufoLib'
</code></pre>
<pre><code class="language-console">Installing 'Add Overlap' report:
  Traceback (most recent call last):
      File "AddOverlap.py", line 3, in &lt;module&gt;
    ModuleNotFoundError: No module named 'ufoLib'
</code></pre>
<p dir="auto">Am I better off waiting to make the jump until I can remove 1.8, or am I missing something simple?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.robofont.com/post/2847</link><guid isPermaLink="true">https://forum.robofont.com/post/2847</guid><dc:creator><![CDATA[JustJoeDesign]]></dc:creator><pubDate>Thu, 05 Dec 2019 09:49:23 GMT</pubDate></item><item><title><![CDATA[Reply to Running 1.8 beside 3.3 on Wed, 04 Dec 2019 22:35:47 GMT]]></title><description><![CDATA[<p dir="auto">As for AddOverlap, try deinstalling it and then installing a <a href="https://github.com/asaumierdemers/AddOverlap" rel="nofollow">fresh one from GitHub</a>. Works for me. Supports 3.3 and looks to have a RF1 contingency built-in:</p>
<pre><code>try: # RF3
    from fontTools.pens.pointPen import AbstractPointPen
except: # RF1
    from robofab.pens.pointPen import AbstractPointPen
</code></pre>
]]></description><link>https://forum.robofont.com/post/2849</link><guid isPermaLink="true">https://forum.robofont.com/post/2849</guid><dc:creator><![CDATA[ryan]]></dc:creator><pubDate>Wed, 04 Dec 2019 22:35:47 GMT</pubDate></item><item><title><![CDATA[Reply to Running 1.8 beside 3.3 on Wed, 04 Dec 2019 22:52:31 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the suggestion, Ryan. I have tried to uninstall the extensions that won’t update but, that is also failing...</p>
]]></description><link>https://forum.robofont.com/post/2850</link><guid isPermaLink="true">https://forum.robofont.com/post/2850</guid><dc:creator><![CDATA[JustJoeDesign]]></dc:creator><pubDate>Wed, 04 Dec 2019 22:52:31 GMT</pubDate></item><item><title><![CDATA[Reply to Running 1.8 beside 3.3 on Wed, 04 Dec 2019 23:47:21 GMT]]></title><description><![CDATA[<p dir="auto">I solved this by trashing the faulty ext’s from /applicationSupport/Robofont/plugins then deinstalling in Mechanic 2 followed by installing fresh.</p>
]]></description><link>https://forum.robofont.com/post/2851</link><guid isPermaLink="true">https://forum.robofont.com/post/2851</guid><dc:creator><![CDATA[JustJoeDesign]]></dc:creator><pubDate>Wed, 04 Dec 2019 23:47:21 GMT</pubDate></item><item><title><![CDATA[Reply to Running 1.8 beside 3.3 on Thu, 05 Dec 2019 09:48:19 GMT]]></title><description><![CDATA[<p dir="auto">hello <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/203">@JustJoeDesign</a>,</p>
<p dir="auto">you can configure different folders for extensions in each version of RF, so you can keep your 1.8 setup and start fresh on 3.3 – see <a href="https://forum.robofont.com/topic/517/separate-application-support-folders">this thread</a> for more info.</p>
<p dir="auto">hope this helps! cheers</p>
]]></description><link>https://forum.robofont.com/post/2852</link><guid isPermaLink="true">https://forum.robofont.com/post/2852</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Thu, 05 Dec 2019 09:48:19 GMT</pubDate></item><item><title><![CDATA[Reply to Running 1.8 beside 3.3 on Thu, 05 Dec 2019 10:29:26 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/22">@gferreira</a>,</p>
<p dir="auto">That is good to know! Thanks for sharing.</p>
]]></description><link>https://forum.robofont.com/post/2853</link><guid isPermaLink="true">https://forum.robofont.com/post/2853</guid><dc:creator><![CDATA[JustJoeDesign]]></dc:creator><pubDate>Thu, 05 Dec 2019 10:29:26 GMT</pubDate></item></channel></rss>