On Tue, November 20, 2007 14:59, Loic Dachary wrote:
> "Mogens Melander" <[EMAIL PROTECTED]> writes:
>
>> Editing configure by hand, adding ${PYTHONPATH} to the `export PYTHONPATH`
>> made it play nice. Make seem to have the same problem.
>
>   Ah, i thought you did the
>
>   export PYTHONPATH=/usr/loca...
>
>   from the calling shell.

I do, i got it in my .profile

# cat ~/.profile
#!/bin/bash

export PATH=$PATH:/usr/local/poker/sbin:/usr/local/poker/bin
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}
  :/usr/local/poker/lib/pkgconfig
  :/usr/local/poker/share/pkgconfig
export PYTHONPATH=/usr/local/poker/lib/python2.5/site-packages

Sorry, it was in Makefile i made the changes.

There are 2 "export PYTHONPATH=${srcdir};" in the Makefile, and when running 
make,
it complain about "import pokerengine".

I changed both to "export PYTHONPATH=${srcdir}:${PYTHONPATH} ;"

As soon as poker-network's make check completes, i'm going to cycle it again
with a fresh make clean, make, make check to see i that was the right aproach.

I'll be back 8^)

-- 
Later

Mogens Melander
+45 40 85 71 38
+66 870 133 224



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to