Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #87588

Re: anaconda bug?

From memilanuk <memilanuk@gmail.com>
Subject Re: anaconda bug?
Date 2015-03-16 16:47 -0700
References <550763E4.5000700@noaa.gov>
Newsgroups comp.lang.python
Message-ID <mailman.465.1426549666.21433.python-list@python.org> (permalink)

Show all headers | View raw


Might be just you...

monte@machin-shin:~$ python
Python 3.4.3 |Continuum Analytics, Inc.| (default, Mar  6 2015, 12:03:53)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
 >>> import tkinter
 >>> tkinter.Tk()
<tkinter.Tk object at 0x7ff4c6fc8160>
 >>>


Just for the heck of it I created a new venv (using conda create -n 
test) and tried it again.  Same thing.

How are you creating your venv?

Monte


-- 
Shiny!  Let's be bad guys.

Reach me @ memilanuk (at) gmail dot com

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: anaconda bug? memilanuk <memilanuk@gmail.com> - 2015-03-16 16:47 -0700

csiph-web