tgalal / yowsup

The WhatsApp lib
GNU General Public License v3.0
7.08k stars 2.23k forks source link

Editing a demo, don't see any changes #1370

Closed yhoba closed 5 years ago

yhoba commented 8 years ago

Hello guys, i'm new to Yowsup. I found out to register and get Yowsup working. But when i edit the demo files, for example the echo client, and run Yowsup in the terminal of my Raspberry is doesn't seems to be change.

Are the demo files in another directory of do i have to update the terminal cache somehow?

Stepkaa commented 8 years ago

Files are in, for example: usr/local/lib/python2.7/dist-packages/yowsup2-2.4.48-py2.7.egg

thundergreen commented 8 years ago

I'm still wondering why u use the CLI instead of a transport manager like spectrum2 and transwhat ..works perfectly for me if someone needs help to setup this bundle .....I'll provide a help page soon were u can see install and config tutorial for the pi.

Just shortly my setting: Raspberrypi 3 Ejabberd 16.02 Spectrum2 latest version (built from source) Transwhat using yowsup A transport registration for WhatsApp and other transports for xmpp is available at:

https://emevth.no-ip.biz

Thorsten Fröhlich Am 17.03.2016 22:14 schrieb "Mark B" notifications@github.com:

Files are in, for example: usr/local/lib/python2.7/dist-packages/yowsup2-2.4.48-py2.7.egg

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/tgalal/yowsup/issues/1370#issuecomment-198084781

yhoba commented 8 years ago

@Stepkaa maybe it's stupid: but how to edit or update an .egg file?

Stepkaa commented 8 years ago

@yhoba .egg is just an archive. Way I did it: created an empty folder called yowsup2-2.4.48-py2.7.egg, extracted all files from original .egg archive to the folder.

yhoba commented 8 years ago

@Stepkaa Thanks!