On Sep 24, 2011, at 16:29, Jin-Rui Xu wrote:
> On Sat, Sep 24, 2011 at 4:14 PM, Ryan Schmidt wrote:
>
>> Exactly how are you running your code? i.e. by typing "python" (in which
>> case, what does "which python" say?), by typing python2.7, by typing
>> /opt/local/bin/python2.7, etc.
>
> I just
On Sat, Sep 24, 2011 at 4:14 PM, Ryan Schmidt wrote:
> Please keep the discussion on the mailing list by using the Reply All
> feature.
>
>
> On Sep 24, 2011, at 11:49, Jin-Rui Xu wrote:
>
> > On Sat, Sep 24, 2011 at 10:57 AM, Ryan Schmidt wrote:
> >
> >> Are you sure that you're running MacPorts
Please keep discussion on the mailing list by using Reply All.
On Sep 24, 2011, at 15:23, Rodolfo Aramayo wrote:
> Ryan there are two files:
>
> ./etc/macports/macports.conf
> ./var/macports/sources/rsync.macports.org/release/base/doc/macports.conf
>
> which one should I edit??
Edit ${prefix}
On Sep 24, 2011, at 15:14, Ryan Schmidt wrote:
> On Sep 24, 2011, at 11:49, Jin-Rui Xu wrote:
>
>> On Sat, Sep 24, 2011 at 10:57 AM, Ryan Schmidt wrote:
>>
>>> Are you sure that you're running MacPorts python 2.7, and not some other
>>> python?
>>
>> Yes, I am running 2.7. Here is the info
>>
Please keep the discussion on the mailing list by using the Reply All feature.
On Sep 24, 2011, at 11:49, Jin-Rui Xu wrote:
> On Sat, Sep 24, 2011 at 10:57 AM, Ryan Schmidt wrote:
>
>> Are you sure that you're running MacPorts python 2.7, and not some other
>> python?
>
> Yes, I am running 2.
On Sep 24, 2011, at 14:14, Rodolfo Aramayo wrote:
> So where can I find the exact flags that where used to compile a given port??
>
> Example: R
You could consult the main.log file ("port log R") except that MacPorts will
delete it when a port is successfully installed. If you want to retain l
So where can I find the exact flags that where used to compile a given port??
Example: R
Thanks
--R
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
On Sep 24, 2011, at 09:32, Jin-Rui Xu wrote:
> I installed MMTK on my mac lion by "sudo port install py-MMTK". It installed
> py27-MMTK as well as its dependences without errors. But I can not import
> MMTK module in python. The command I used was from MMTK import *, and it told
> me there was
Hi there,
I installed MMTK on my mac lion by "sudo port install py-MMTK". It installed
py27-MMTK as well as its dependences without errors. But I can not import
MMTK module in python. The command I used was from MMTK import *, and it
told me there was no such module. Anyone experienced this? Thank