Hi,
Which version of the lib2geom Python bindings is recommended for use: Boost-Python or Cython? I can build both versions on Windows, but I cannot use them. Here is the error that I receive when I import either of the modules:
import cy2geom
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "cy2geom.pyx", line 5, in init cy2geom (C:\Users\xxx\Desktop\lib2geom\build\src\2geom\cython-bindings\cy2geom.cxx:1094) ImportError: DLL load failed: The specified procedure could not be found.
I followed the exact build and install procedure found in the README.win32 document. Appreciate any help on this, thanks.
Best regards, - Pradeep
-- View this message in context: http://inkscape.13.x6.nabble.com/Python-bindings-tp4969424.html Sent from the Inkscape - Dev mailing list archive at Nabble.com.
FYI - as a side note (since wiki is down) Google search for lib2geom goes here: http://lib2geom.sourceforge.net/ which has not been updated since 2008.
Then there is an outdated (original) github account: https://github.com/mental/lib2geom which also hasn't been updated for 5 years which points to this non-existent url http://www.lib2geom.org/
and on page 2 of the search - a launchpad page here: https://code.launchpad.net/~jan-pulmann/lib2geom/lib2geom from 2012 which does seem to point to the current master location:
Hi Mark,
Yeah, someone should fix that. I guess I can pester mental to hand over the reigns to someone else.
The python library is Jan's baby, I'll ping him and get him to take a look.
njh
On Sun, Feb 09, 2014 at 08:36:54AM +1300, Mark Schafer wrote:
FYI - as a side note (since wiki is down) Google search for lib2geom goes here: http://lib2geom.sourceforge.net/ which has not been updated since 2008.
Then there is an outdated (original) github account: https://github.com/mental/lib2geom which also hasn't been updated for 5 years which points to this non-existent url http://www.lib2geom.org/
and on page 2 of the search - a launchpad page here: https://code.launchpad.net/~jan-pulmann/lib2geom/lib2geom from 2012 which does seem to point to the current master location:
https://launchpad.net/lib2geom Yay!
Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.cl... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hi Pradeep, cython bindings are more recent, although they have a bit of rust on them too. Cython has gone from 0.17 to 0.20 since I last worked on them. Building on Windows is a problem, regardless of version. Which version of Cython do you su
On Sat, Feb 8, 2014 at 9:29 PM, Nathan Hurst <njh@...1927...> wrote:
Hi Mark,
Yeah, someone should fix that. I guess I can pester mental to hand over the reigns to someone else.
The python library is Jan's baby, I'll ping him and get him to take a look.
njh
On Sun, Feb 09, 2014 at 08:36:54AM +1300, Mark Schafer wrote:
FYI - as a side note (since wiki is down) Google search for lib2geom goes here: http://lib2geom.sourceforge.net/ which has not been updated since 2008.
Then there is an outdated (original) github account: https://github.com/mental/lib2geom which also hasn't been updated for 5 years which points to this non-existent url http://www.lib2geom.org/
and on page 2 of the search - a launchpad page here: https://code.launchpad.net/~jan-pulmann/lib2geom/lib2geom from 2012 which does seem to point to the current master location:
Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.cl...
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.cl... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
--- sent mid-message
Which version of Cython do you use? I shall look building the bindings soon, hopefully. Best, Jan
On Sun, Feb 9, 2014 at 12:56 AM, jan pulmann <jan.pulmann@...400...> wrote:
Hi Pradeep, cython bindings are more recent, although they have a bit of rust on them too. Cython has gone from 0.17 to 0.20 since I last worked on them. Building on Windows is a problem, regardless of version. Which version of Cython do you su
On Sat, Feb 8, 2014 at 9:29 PM, Nathan Hurst <njh@...1927...> wrote:
Hi Mark,
Yeah, someone should fix that. I guess I can pester mental to hand over the reigns to someone else.
The python library is Jan's baby, I'll ping him and get him to take a look.
njh
On Sun, Feb 09, 2014 at 08:36:54AM +1300, Mark Schafer wrote:
FYI - as a side note (since wiki is down) Google search for lib2geom goes here: http://lib2geom.sourceforge.net/ which has not been updated since 2008.
Then there is an outdated (original) github account: https://github.com/mental/lib2geom which also hasn't been updated for 5 years which points to this non-existent url http://www.lib2geom.org/
and on page 2 of the search - a launchpad page here: https://code.launchpad.net/~jan-pulmann/lib2geom/lib2geom from 2012 which does seem to point to the current master location:
Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.cl...
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.cl... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hi Jan,
I tried with Cython 0.19/0.20 + Python 2.7.6 (32-bit). Actually I can build them on Windows following the readme doc, but it complains about a missing dll.
Also, there was a hint on the doc about this and I copied lib2geom.dll to cython-bindings directory as suggested, but it didn't work out. Thanks!
Best regards, - Pradeep
On Sunday, 9 February 2014, jan pulmann <jan.pulmann@...400...> wrote:
Hi Pradeep, cython bindings are more recent, although they have a bit of rust on them too. Cython has gone from 0.17 to 0.20 since I last worked on them. Building on Windows is a problem, regardless of version. Which version of Cython do you su
On Sat, Feb 8, 2014 at 9:29 PM, Nathan Hurst <njh@...1927...javascript:_e(%7B%7D,'cvml','njh@...1927...');
wrote:
Hi Mark,
Yeah, someone should fix that. I guess I can pester mental to hand over the reigns to someone else.
The python library is Jan's baby, I'll ping him and get him to take a look.
njh
On Sun, Feb 09, 2014 at 08:36:54AM +1300, Mark Schafer wrote:
FYI - as a side note (since wiki is down) Google search for lib2geom goes here: http://lib2geom.sourceforge.net/ which has not been updated since 2008.
Then there is an outdated (original) github account: https://github.com/mental/lib2geom which also hasn't been updated for 5 years which points to this non-existent url http://www.lib2geom.org/
and on page 2 of the search - a launchpad page here: https://code.launchpad.net/~jan-pulmann/lib2geom/lib2geom from 2012 which does seem to point to the current master location:
Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.cl...
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.netjavascript:_e(%7B%7D,'cvml','Inkscape-devel@lists.sourceforge.net'); https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.cl... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.netjavascript:_e(%7B%7D,'cvml','Inkscape-devel@lists.sourceforge.net'); https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (5)
-
jan pulmann
-
Mark Schafer
-
Nathan Hurst
-
Pradeep J
-
pradeep.pyro