fyears / electron-python-example

Electron as GUI of Python Applications
MIT License
2.03k stars 232 forks source link

Build Independent of this Repo #15

Closed chiaramdelucia closed 7 years ago

chiaramdelucia commented 7 years ago

Hi, fyears!

Sorry to bug you again, but I was hoping for some insight.

When I try to recreate this example outside of this specific repository, it doesn't work. There are no error messages anywhere - it just seems that the zerorpc connection doesn't work. I literally copied and pasted all of your code and ran through the build as I would if I had cloned this repo, but the connection between Python and JavaScript never happens.

Do you have any direction for me to go in? I'm running on Ubuntu 16.04.

Thank you so, so much for your time.

chiaramdelucia commented 7 years ago

I should also mention that I went through closed issues and went through recommendations in there, such as making sure that my git connection can connect to the internet, which it can.

chiaramdelucia commented 7 years ago

Sigh, my apologies.

I do get this error message in the console:

Lost remote after 10000ms at Object.createErrorResponse (/home/chiarad/Programs/butterfly/node_modules/zerorpc/lib/util.js:53) at ClientChannel. (/home/chiarad/Programs/butterfly/node_modules/zerorpc/lib/client.js:163) at emitOne (events.js:96) at ClientChannel.emit (events.js:191) at /home/chiarad/Programs/butterfly/node_modules/zerorpc/lib/channel.js:198

chiaramdelucia commented 7 years ago

Annndddd...it was white space in the Python code. Thank you so much for your work on this repo. It's amazing!