On Thu, Oct 18, 2012 at 7:39 AM, Freddie Witherden <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > While playing about with the autowrap functionality I have been having > some trouble getting autowrap to correctly locate the f2py command. > > On my Gentoo system I have two copies of f2py; f2py2.7 and f2py3.2 > (associated with Python 2 and Python 3 respectively). There is no > f2py command. This makes sense for systems with both Python 2 and > Python 3 installations. > > However, this stumps autowrap. Is it therefore possible to manually > specific the f2py command to use or to introduce some logic into > autowrap which will try 'f2py' + sys.version[0] + '.' + sys.version[1] > if f2py on its own can not be located.
Yeah, I think either of those would be good additions, if they aren't actually already implemented. Aaron Meurer > > Regards, Freddie. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG/MacGPG2 v2.0.18 (Darwin) > Comment: GPGTools - http://gpgtools.org > Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ > > iEYEARECAAYFAlCABp4ACgkQ/J9EM/uoqVfg2gCgmRKICuxt7SW7IyspWAIz633F > 4V0AoKPerF1DJ9nDEiKlJss37Ea6nwmf > =T+3L > -----END PGP SIGNATURE----- > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
