samuelayo / terminal-chat

A realtime terminal chat using Python and Pusher Channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pypi issue

adefolawe opened this issue · comments

Hi, I already sent you an email, but I thought it prudent to leave a message here incase others have the same issue. Your tutorial on pusher led me here and it was very helpful, I was able to build an app that works well locally. I decided to publish the app on pypi, but when i run the app after installation, I get this: <devgossip.gossip object at 0x02E3F9D0>. I decided to publish your codes without any modifications by me but I get the same output.

You can install the app using 'pip install devgossip-v2' and run it using 'devgossip_v2' and you can view my codes in this github repo https://github.com/adefolawe/devgossip.

I would appreciate your help with this.

Thank you.