Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pypy and wing personal7
#1
   
Could somebody please tell me where I'm going wrong I'm using pypy or trying to has anybody got any experience of this. If you click on the screen shot it'll be big enough to read.I think what is happening is wing and pypy aren't connecting properly . if I go to the pypy3 exe and click on it it goes into the shell so I know it's installed ok . some help would really be appreciated .
Reply
#2
PyPi only points to the code repository (and also has a download link).
If all you need is to install the package, use
pip install wing

If you need source code there are several ways to get it:
I usually click on the homepage link to get the GitHub or other code location, then use gitclone to download the code. (Requires git to be installed).
usage is:
  • Copy GitHub URL
  • Navigate to where you want source code to reside.
  • Open command line (shell) in that directory
  • Type: git clone https://github.com/puzzler10/wing
    (pasting URL after typing git clone )
  • Done.
Reply
#3
I solved it last night . To run pypy3 I used pycharm community edition and found pyglet works fine with it . Lucky for me . I've still got wing personal 7 installed and am using that with regular python 3.7.3 Thanks for the reply.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  is there a better place to talk about pypy here? ezdev 1 2,656 Dec-20-2017, 12:22 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020