Google Code Exporter
Google Code Exporter
``` Polygon should not be wrapped in the Kernel module. ``` Original issue reported on code.google.com by `[email protected]` on 15 Jun 2012 at 6:05
``` I am not very familiar with CGAL library but want to use the Python bindings, so not sure if I can create 3d convex hulls using this project. Thanks....
``` What steps will reproduce the problem? 1. Install CGAL-4.0.tar.gz 2. Install cgal-bindings from google code head (head commit ee76d762fe18f2fbc8f2dc36bad78ce57dc50eb5) 3. Execute the following code: from CGAL.CGAL_Kernel import Point_2 import...
``` What steps will reproduce the problem? 1. Start using python 3 (in my case 3.4.2) 2. from fs.s3fs import S3FS 3. _s3fs = S3FS(...) 4. _s3fs.listdir('') Listdir, or pretty...
``` What steps will reproduce the problem? 1. Mount a file system with dokan 2. Kill the process without unmounting 3. Try to mount it again. What is the expected...
``` Serving the Filesystems as WebDAV would be a great enhancement. http://de.wikipedia.org/wiki/WebDAV Here is a pure python WebDAV Server Project, that could be implamented: http://code.google.com/p/pywebdav/ ``` Original issue reported on...
``` When i try to copy a file to a tahoe-lafs-mounted directory, i get the following: cp: cannot create regular file 'test': No such file or directory The strace exerpt:...
``` > What steps will reproduce the problem? 1. mount https://tahoe-lafs.org/trac/tahoe-lafs/wiki/TestGrid 2. find(1) over it > What is the expected output? File listing, as the dirs are accessible fine via...
``` I am using eXist-db through the WebDAV layer together with contrib.DAVFS. The WebDAV server returns a 409 status code in case when a file could not be written (for...
``` What steps will reproduce the problem? 1. Create MultiFS that contains two FTPFS at different paths m = multifs.MultiFS() pa = opener.opendir("ftp://ftp.a.net") pb = opener.opendir("ftp://ftp.b.net") m.addfs("a", pa) m.addfs("b", pb)...