<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Before doing anything funky with MacPorts, you might want to try installing pyside normally and then creating a symlink to the location Enthought expects it. So if pyside installs to /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PySide, try something like:</div><div><br></div><div><font class="Apple-style-span" face="Courier">$ sudo port install pyside</font></div><div><font class="Apple-style-span" face="Courier">$ cd /Library/Frameworks/Python.framework/Versions/7.1/lib/python2.7/site-packages</font></div><div><font class="Apple-style-span" face="Courier">$ sudo mv PySide{,.backup} # save in case anything goes wrong</font></div><div><font class="Apple-style-span" face="Courier">$ sudo ln -s /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PySide .</font></div><div><br></div><div>There may be an .egg-info file in site-packages that you need to back up and symlink in the same fashion.</div><div><br></div><div>vq</div><br><div><div>On Nov 25, 2011, at 8:03 p.m., David Nicholls wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">To run the Spyder IDE with the current Enthought python distribution, I need PySide-1.0.8-1 but the Enthought distro (the free academic version) comes with PySide-1.0.5-1.<div><br></div><div>To access the Enthought repositories (which include PySide-1.0.8-1), you need a $200 subscription.</div><div><div><br></div><div>It looks like PySide-1.0.8-1 is available through Macports (and not yet through <a href="http://python.org/">python.org</a>). However, Macports usually installs everything in the /opt directory, doesn't it?</div><div><br></div><div>Is it possible to use Macports to install PySide-1.0.8-1 using Macports in the location where Enthought will find it?</div><div><br></div><div>The current version is located at /Library/Frameworks/Python.framework/Versions/7.1/lib/python2.7/site-packages/PySide</div><div><br></div><div>Since I'm not at all sure what I'm doing this is a bit confusing :-(</div><div><br></div><div>DN<br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><br></div></span></div></div></div><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></div>_______________________________________________<br>macports-users mailing list<br><a href="mailto:macports-users@lists.macosforge.org">macports-users@lists.macosforge.org</a><br>http://lists.macosforge.org/mailman/listinfo.cgi/macports-users<br></blockquote></div><br></body></html>