-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install #1
Comments
Thnx for pointing this out, I'll take a look in the morning |
could you try installing in a dir without codepoint>127 in the path, eg áúőé stuff? just to see if this matters |
Well done, you got it indeet there was an accent in the path ! But still, I get an error : |
Do you need Jack ( Jack Audio Connection Kit)? If not I'll send you a link
|
Op 20 jun. 2015 23:42 schreef "Marcell Marosvolgyi" <
libjack-dev that is
|
Thanks for the hints. I installed libjack (although I am not so much interested in that feature, but no pb). The install went ok, but demo.py fails after at the 3rd screen : I also tried some of your examples from the doc : In [2]: import fbpy.fb as fb In [3]: main = fb.Surface() In [11]: sub.blit("./primitives.png") Any ideas ? Thanks in advance |
oops, yep I can reproduce the error. I'll look into that ... |
Hello Marcel, i would like to install fbpy without jack, as i don't need it. Can you please send me a link to download? Thanks |
Hi
This package looks quite impressive. Unfortunately for me, I encounter problem installing it on Linux Mint 17.1 Rebecca :
sudo python setup.py install
Traceback (most recent call last):
File "setup.py", line 27, in
ext_modules = cythonize(extensions)
File "/usr/lib/python2.7/dist-packages/Cython/Build/Dependencies.py", line 707, in cythonize
aliases=aliases)
File "/usr/lib/python2.7/dist-packages/Cython/Build/Dependencies.py", line 633, in create_extension_list
kwds = deps.distutils_info(file, aliases, base).values
File "/usr/lib/python2.7/dist-packages/Cython/Build/Dependencies.py", line 543, in distutils_info
return (self.transitive_merge(filename, self.distutils_info0, DistutilsInfo.merge)
File "/usr/lib/python2.7/dist-packages/Cython/Build/Dependencies.py", line 553, in transitive_merge
node, extract, merge, seen, {}, self.cimported_files)[0]
File "/usr/lib/python2.7/dist-packages/Cython/Build/Dependencies.py", line 564, in transitive_merge_helper
for next in outgoing(node):
File "/usr/lib/python2.7/dist-packages/Cython/Utils.py", line 29, in wrapper
res = cache[args] = f(self, _args)
File "/usr/lib/python2.7/dist-packages/Cython/Build/Dependencies.py", line 492, in cimported_files
pxd_file = self.find_pxd(module, filename)
File "/usr/lib/python2.7/dist-packages/Cython/Utils.py", line 29, in wrapper
res = cache[args] = f(self, *args)
File "/usr/lib/python2.7/dist-packages/Cython/Build/Dependencies.py", line 476, in find_pxd
pxd = self.context.find_pxd_file(relative, None)
File "/usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py", line 184, in find_pxd_file
pxd = self.search_include_directories(qualified_name, ".pxd", pos, sys_path=True)
File "/usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py", line 225, in search_include_directories
tuple(self.include_directories), qualified_name, suffix, pos, include, sys_path)
File "/usr/lib/python2.7/dist-packages/Cython/Utils.py", line 16, in wrapper
res = cache[args] = f(_args)
File "/usr/lib/python2.7/dist-packages/Cython/Utils.py", line 101, in search_include_directories
path = os.path.join(dir, dotted_filename)
File "/usr/lib/python2.7/posixpath.py", line 80, in join
path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128)
Python is 2.7.6
Any idea ?
Thanks in advance
The text was updated successfully, but these errors were encountered: