[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ESPResSo-users] Python interface Error
From: |
Rohit Goswami |
Subject: |
[ESPResSo-users] Python interface Error |
Date: |
Thu, 30 Jun 2016 04:59:09 +0530 |
Hey,
Using the latest git build to compile and run the python tutorial with pypresso
results in
./pypresso doc/tutorials/python/02-charged_system/scripts/sim.py
Traceback (most recent call last):
File "doc/tutorials/python/02-charged_system/scripts/sim.py", line 21, in
<module>
import espressomd
File "/home/haozeke/Github/espresso/espressomd/__init__.py", line 28, in
<module>
tcl = espressomd._tcl.TclInterpreter()
File "espressomd/_tcl.pyx", line 37, in
espressomd._tcl.TclInterpreter.__init__ (_tcl.cpp:681)
self.eval('global argv; set argv ""')
File "espressomd/_tcl.pyx", line 43, in espressomd._tcl.TclInterpreter.eval
(_tcl.cpp:772)
result = Tcl_Eval(self.interp, string)
TypeError: expected bytes, str found
Any ideas on what might be going wrong?
Thanks
Rohit
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ESPResSo-users] Python interface Error,
Rohit Goswami <=