espressomd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ESPResSo-users] Python Interface


From: Kai Szuttor
Subject: Re: [ESPResSo-users] Python Interface
Date: Tue, 02 Jun 2015 19:06:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

I just pulled from the master on git and checked compilation. I had a
problem building the current master and found a missing
field in a struct defined in the python interface, so i was not able to
build. In my current master this bug is fixed and im able to build.
Maybe your build was erroneous. So just clone from my repo and try:
https://github.com/KaiSzuttor/espresso.git

Cheers

Kai Szuttor

On 06/02/2015 02:53 PM, address@hidden wrote:
> The details are attached. I'm running an ArchLinux 64-bit system with 
> espresso compiled from the git source. With ./configure --with-python
> The program compiles correctly however, on running ./pypresso and trying to 
> import espressomd;
>
> Python 3.4.3 (default, Mar 25 2015, 17:13:50) 
> [GCC 4.9.2 20150304 (prerelease)] on linux
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import espressomd
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/home/haozeke/Github/LabBom/espresso/espressomd/__init__.py", line 
> 32, in <module>
>     tcl = espressomd._tcl.TclInterpreter()
>   File "espressomd/_tcl.pyx", line 37, in 
> espressomd._tcl.TclInterpreter.__init__ (_tcl.cpp:654)
>     self.eval('global argv; set argv ""')
>   File "espressomd/_tcl.pyx", line 43, in espressomd._tcl.TclInterpreter.eval 
> (_tcl.cpp:745)
>     result = Tcl_Eval(self.interp, string)
> TypeError: expected bytes, str found
>
> Any help would be greatly appreciated.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]