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


Groups > comp.lang.python > #87588 > unrolled thread

Re: anaconda bug?

Started bymemilanuk <memilanuk@gmail.com>
First post2015-03-16 16:47 -0700
Last post2015-03-16 16:47 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#87588 — Re: anaconda bug?

Frommemilanuk <memilanuk@gmail.com>
Date2015-03-16 16:47 -0700
SubjectRe: anaconda bug?
Message-ID<mailman.465.1426549666.21433.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web