Re: [spyder] VPython in Spyder

2023-05-22 Thread Evans Kamala
hello, for assignment help, whatsapp me +254745920235


Virus-free.www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Thu, 18 May 2023 at 16:38, Erdoğan Peker  wrote:

> Thank you for your comment it's so helpfull
>
> Carlos Córdoba , 18 May 2023 Per, 15:27 tarihinde
> şunu yazdı:
>
>> Hi,
>>
>> Please read this entry in our docs:
>>
>> https://docs.spyder-ide.org/5/faq.html#using-packages-installer
>>
>> if you're using our Windows or Mac installer; or this one:
>>
>> http://docs.spyder-ide.org/current/faq.html#using-existing-environment
>>
>> if you're using another installation media to understand how to solve
>> your problem.
>>
>>
>> Cheers,
>> Carlos
>>
>> El 17/05/23 a las 20:01, Harlan Gilbert escribió:
>>
>> Is anyone using VPython successfully in Spyder?
>>
>> I cannot import VPython into Spyder.
>> VPython is already installed in my executable library.
>>
>> Running a program with
>> *import VPython *
>> gives me the error *ModuleNotFoundError: No module named 'VPython'*
>>
>> In the Console,
>> *%pip install VPython *gives me the message below, with errors.
>>
>> Any suggestions?
>>
>> Error message
>> follows___
>>   Using cached vpython-7.6.4.tar.gz (4.5 MB)
>>   Installing build dependencies: started
>>   Installing build dependencies: finished with status 'error'
>>   error: subprocess-exited-with-error
>>
>>   pip subprocess to install build dependencies did not run successfully.
>>   exit code: 1
>>
>>   [17 lines of output]
>>   Collecting setuptools
>> Using cached setuptools-67.7.2-py3-none-any.whl (1.1 MB)
>>   Collecting wheel
>> Using cached wheel-0.40.0-py3-none-any.whl (64 kB)
>>   Collecting setuptools_scm
>> Using cached setuptools_scm-7.1.0-py3-none-any.whl (43 kB)
>>   Collecting cython
>> Using cached Cython-0.29.34-py2.py3-none-any.whl (988 kB)
>>   Collecting packaging>=20.0 (from setuptools_scm)
>> Using cached packaging-23.1-py3-none-any.whl (48 kB)
>>   Collecting typing-extensions (from setuptools_scm)
>> Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
>>   Installing collected packages: wheel, typing-extensions, setuptools,
>> packaging, cython, setuptools_scm
>>   ERROR: Cannot set --home and --prefix together
>> --
>> You received this message because you are subscribed to the Google Groups
>> "spyder" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to spyderlib+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/spyderlib/54912eb6-8eed-4af6-ba4f-6d771d68949dn%40googlegroups.com
>> 
>> .
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "spyder" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to spyderlib+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/spyderlib/e304caea-bd39-e132-79db-724116dba58d%40gmail.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to spyderlib+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/spyderlib/CABLmgju91sJOHo-7X55tCMkm7wt6N6FXgHrox%3D%3DxU8Q%3DiFQL0w%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/CAHZ2jxzrn3UO_CvCmGyLQHKcwq_F8Mn-S3B0pZbKKmdrAajAqw%40mail.gmail.com.


Re: [spyder] VPython in Spyder

2023-05-21 Thread Harlan Gilbert
OK, I solved the problem.  In case anyone else has this issue:

In the Spyder Console, I entered:
%pip install ez_setup
%pip install setuptools
%pip install vpython

Voila, it works!

(Just the vpython installation failed because some dependencies were 
missing.)


On Thursday, May 18, 2023 at 9:38:19 AM UTC-4 erdoga...@gmail.com wrote:

> Thank you for your comment it's so helpfull
>
> Carlos Córdoba , 18 May 2023 Per, 15:27 tarihinde 
> şunu yazdı:
>
>> Hi,
>>
>> Please read this entry in our docs:
>>
>> https://docs.spyder-ide.org/5/faq.html#using-packages-installer
>>
>> if you're using our Windows or Mac installer; or this one:
>>
>> http://docs.spyder-ide.org/current/faq.html#using-existing-environment
>>
>> if you're using another installation media to understand how to solve 
>> your problem.
>>
>>
>> Cheers,
>> Carlos
>>
>> El 17/05/23 a las 20:01, Harlan Gilbert escribió:
>>
>> Is anyone using VPython successfully in Spyder? 
>>
>> I cannot import VPython into Spyder. 
>> VPython is already installed in my executable library. 
>>
>> Running a program with
>> *import VPython *
>> gives me the error *ModuleNotFoundError: No module named 'VPython'*
>>
>> In the Console,
>> *%pip install VPython *gives me the message below, with errors.
>>
>> Any suggestions?
>>
>> Error message 
>> follows___
>>   Using cached vpython-7.6.4.tar.gz (4.5 MB)
>>   Installing build dependencies: started
>>   Installing build dependencies: finished with status 'error'
>>   error: subprocess-exited-with-error
>>   
>>   pip subprocess to install build dependencies did not run successfully.
>>   exit code: 1
>>   
>>   [17 lines of output]
>>   Collecting setuptools
>> Using cached setuptools-67.7.2-py3-none-any.whl (1.1 MB)
>>   Collecting wheel
>> Using cached wheel-0.40.0-py3-none-any.whl (64 kB)
>>   Collecting setuptools_scm
>> Using cached setuptools_scm-7.1.0-py3-none-any.whl (43 kB)
>>   Collecting cython
>> Using cached Cython-0.29.34-py2.py3-none-any.whl (988 kB)
>>   Collecting packaging>=20.0 (from setuptools_scm)
>> Using cached packaging-23.1-py3-none-any.whl (48 kB)
>>   Collecting typing-extensions (from setuptools_scm)
>> Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
>>   Installing collected packages: wheel, typing-extensions, setuptools, 
>> packaging, cython, setuptools_scm
>>   ERROR: Cannot set --home and --prefix together
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "spyder" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to spyderlib+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/spyderlib/54912eb6-8eed-4af6-ba4f-6d771d68949dn%40googlegroups.com
>>  
>> 
>> .
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "spyder" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to spyderlib+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/spyderlib/e304caea-bd39-e132-79db-724116dba58d%40gmail.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/ff781625-1d4d-4816-9ecc-7cec9babc28fn%40googlegroups.com.


Re: [spyder] VPython in Spyder

2023-05-18 Thread Erdoğan Peker
Thank you for your comment it's so helpfull

Carlos Córdoba , 18 May 2023 Per, 15:27 tarihinde
şunu yazdı:

> Hi,
>
> Please read this entry in our docs:
>
> https://docs.spyder-ide.org/5/faq.html#using-packages-installer
>
> if you're using our Windows or Mac installer; or this one:
>
> http://docs.spyder-ide.org/current/faq.html#using-existing-environment
>
> if you're using another installation media to understand how to solve your
> problem.
>
>
> Cheers,
> Carlos
>
> El 17/05/23 a las 20:01, Harlan Gilbert escribió:
>
> Is anyone using VPython successfully in Spyder?
>
> I cannot import VPython into Spyder.
> VPython is already installed in my executable library.
>
> Running a program with
> *import VPython *
> gives me the error *ModuleNotFoundError: No module named 'VPython'*
>
> In the Console,
> *%pip install VPython *gives me the message below, with errors.
>
> Any suggestions?
>
> Error message
> follows___
>   Using cached vpython-7.6.4.tar.gz (4.5 MB)
>   Installing build dependencies: started
>   Installing build dependencies: finished with status 'error'
>   error: subprocess-exited-with-error
>
>   pip subprocess to install build dependencies did not run successfully.
>   exit code: 1
>
>   [17 lines of output]
>   Collecting setuptools
> Using cached setuptools-67.7.2-py3-none-any.whl (1.1 MB)
>   Collecting wheel
> Using cached wheel-0.40.0-py3-none-any.whl (64 kB)
>   Collecting setuptools_scm
> Using cached setuptools_scm-7.1.0-py3-none-any.whl (43 kB)
>   Collecting cython
> Using cached Cython-0.29.34-py2.py3-none-any.whl (988 kB)
>   Collecting packaging>=20.0 (from setuptools_scm)
> Using cached packaging-23.1-py3-none-any.whl (48 kB)
>   Collecting typing-extensions (from setuptools_scm)
> Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
>   Installing collected packages: wheel, typing-extensions, setuptools,
> packaging, cython, setuptools_scm
>   ERROR: Cannot set --home and --prefix together
> --
> You received this message because you are subscribed to the Google Groups
> "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to spyderlib+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/spyderlib/54912eb6-8eed-4af6-ba4f-6d771d68949dn%40googlegroups.com
> 
> .
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to spyderlib+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/spyderlib/e304caea-bd39-e132-79db-724116dba58d%40gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/CABLmgju91sJOHo-7X55tCMkm7wt6N6FXgHrox%3D%3DxU8Q%3DiFQL0w%40mail.gmail.com.


Re: [spyder] VPython in Spyder

2023-05-18 Thread Carlos Córdoba

Hi,

Please read this entry in our docs:

https://docs.spyder-ide.org/5/faq.html#using-packages-installer

if you're using our Windows or Mac installer; or this one:

http://docs.spyder-ide.org/current/faq.html#using-existing-environment

if you're using another installation media to understand how to solve 
your problem.



Cheers,
Carlos

El 17/05/23 a las 20:01, Harlan Gilbert escribió:

Is anyone using VPython successfully in Spyder?

I cannot import VPython into Spyder.
VPython is already installed in my executable library.

Running a program with/
/
/import VPython /
gives me the error *ModuleNotFoundError: No module named 'VPython'*

In the Console,
/%pip install VPython /gives me the message below, with errors.

Any suggestions?

Error message 
follows___

  Using cached vpython-7.6.4.tar.gz (4.5 MB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'error'
  error: subprocess-exited-with-error

  pip subprocess to install build dependencies did not run successfully.
  exit code: 1

  [17 lines of output]
  Collecting setuptools
    Using cached setuptools-67.7.2-py3-none-any.whl (1.1 MB)
  Collecting wheel
    Using cached wheel-0.40.0-py3-none-any.whl (64 kB)
  Collecting setuptools_scm
    Using cached setuptools_scm-7.1.0-py3-none-any.whl (43 kB)
  Collecting cython
    Using cached Cython-0.29.34-py2.py3-none-any.whl (988 kB)
  Collecting packaging>=20.0 (from setuptools_scm)
    Using cached packaging-23.1-py3-none-any.whl (48 kB)
  Collecting typing-extensions (from setuptools_scm)
    Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
  Installing collected packages: wheel, typing-extensions, setuptools, 
packaging, cython, setuptools_scm

  ERROR: Cannot set --home and --prefix together
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/54912eb6-8eed-4af6-ba4f-6d771d68949dn%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/e304caea-bd39-e132-79db-724116dba58d%40gmail.com.


Re: [spyder] vpython and Spyder??

2016-06-23 Thread Carlos Córdoba

I think the latest VPython version only works in the notebook, sorry.

El 23/06/16 a las 19:08, NerdFever.com escribió:

Window is inside the notebook.

I'd prefer an independent window outside the notebook.

But in Spyder I get nothing at all.
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To post to this group, send email to spyderlib@googlegroups.com 
.

Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


Re: [spyder] vpython and Spyder??

2016-06-23 Thread NerdFever.com
Window is inside the notebook.

I'd prefer an independent window outside the notebook.

But in Spyder I get nothing at all. 

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


Re: [spyder] vpython and Spyder??

2016-06-23 Thread Carlos Córdoba

So you get a window inside the notebook or out of it?

El 23/06/16 a las 14:44, NerdFever.com escribió:

Noob here trying to get vpython (Visual Python) working in Spyder.

If I do:

from vpython import *
sphere()


...in Jupyter Notebook, I get a window with a sphere (in the notebook).

In Spyder it does nothing.  Any advice?

I'm on:
  Python 3.4 (64 bit)
  Spyder 3.0.0dev
  Everything was installed via WinPython on Win10Pro (x64).
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To post to this group, send email to spyderlib@googlegroups.com 
.

Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.