Cool.
Jake is to get the updated python bindings out soon against the
embedded API, so we can merge and update things in this space!

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Tue, Jul 26, 2011 at 6:37 AM, steven.kalemkiewicz
<steven.kalemkiew...@gmail.com> wrote:
> Yes, I seem to have it working.  At least at the moment, it compiles,
> installs, and I can run the tests as described in the README.
>
> jcc_d.lib seems to be the static library built with debugging enabled.
> However, JCC does not seem to be built with debugging enabled by default (if
> you create a dummy file to get around it not finding jcc_d.lib, you'll find
> it complains about not finding python27_d.lib before it bombs out with
> unresolved symbols).
>
> I was able to work around the issue by deleting line 160 from setup.py in
> the neo4py package.
>
> FROM:
>        jcc_args = [
>                cpp.__file__,
>                "--debug",
>                "--shared",
>
> TO:
>        jcc_args = [
>                cpp.__file__,
>                # DELETED LINE
>                "--shared",
>
>
>
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Building-neo4jpy-for-JCC-in-windows-tp3046129p3199460.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to