On Mon, Aug 4, 2014 at 10:39 PM, Peter Otten <__pete...@web.de> wrote:
>> (Idea, for anyone who runs a sandbox like that: Enumerate all packages
>> and modules in the stdlib, and create a little stub for each of them.
>> "import blahblah" will still produce ImportError, but "import
>> datetime" cou
Chris Angelico wrote:
> On Mon, Aug 4, 2014 at 1:03 PM, Steven D'Aprano
> wrote:
>>>>>I think it's not a bug, but a restriction; since it's letting you run
>>>>>code on their server, and since Python sandboxing is a hard problem,
>>>&
On Mon, Aug 4, 2014 at 4:08 AM, Seymore4Head
wrote:
> I am just going to run 3.3 remotely.
Why and why? 3.3 is an old, outdated version — the most recent
version is v3.4.1. By running 3.3 you are missing out on some new
features, and bugfixes. You are better off running v3.4.1.
The other “why
On 8/3/2014 10:07 PM, Seymore4Head wrote:
I run Win7
Just get 3.4.1 and install it on win 7. works great.
and like to keep it lean
Avoid 25 mb python install is more like keeping it anorexic ;-).
Python will not bite or squeeze your machine.
> so I also have an XP machine that I use for
On Mon, Aug 4, 2014 at 1:03 PM, Steven D'Aprano
wrote:
>>>>I think it's not a bug, but a restriction; since it's letting you run
>>>>code on their server, and since Python sandboxing is a hard problem,
>>>>CodeSkulptor cuts down
On Mon, Aug 4, 2014 at 12:38 PM, Seymore4Head
wrote:
> BTW Just read the instructions seems like a daunting task at the
> moment. You knew what instructions you were looking for. I am
> clueless.
Yeah, that's called experience :) Part of that experience is the
rather painful one of spending a
Seymore4Head wrote:
> On Sun, 03 Aug 2014 22:08:21 -0400, Seymore4Head
> wrote:
>
>>On Mon, 4 Aug 2014 11:43:48 +1000, Chris Angelico
>>wrote:
>>
>>>On Mon, Aug 4, 2014 at 11:29 AM, Steven D'Aprano
>>> wrote:
>>>>> Putting tha
On Sun, 03 Aug 2014 22:08:21 -0400, Seymore4Head
wrote:
>On Mon, 4 Aug 2014 11:43:48 +1000, Chris Angelico
>wrote:
>
>>On Mon, Aug 4, 2014 at 11:29 AM, Steven D'Aprano
>> wrote:
>>>> Putting that in codeskulptor gets
>>>>
>>>> Line
On Mon, 4 Aug 2014 11:43:48 +1000, Chris Angelico
wrote:
>On Mon, Aug 4, 2014 at 11:29 AM, Steven D'Aprano
> wrote:
>>> Putting that in codeskulptor gets
>>>
>>> Line 4: ImportError: No module named datetime
>>
>> Well that's a bug in
On Mon, 04 Aug 2014 02:56:34 +0100, Mark Lawrence
wrote:
>On 04/08/2014 02:41, Seymore4Head wrote:
>> On Mon, 04 Aug 2014 11:29:06 +1000, Steven D'Aprano
>> wrote:
>>
>>> Seymore4Head wrote:
>>>
>>> [...]
>>>> The second thing I a
On 04/08/2014 02:41, Seymore4Head wrote:
On Mon, 04 Aug 2014 11:29:06 +1000, Steven D'Aprano
wrote:
Seymore4Head wrote:
[...]
The second thing I am doing is using codeskulptor to try out a few
things I have learned at codecademy.
What's CodeSkulptor?
Putting that in codesku
On Mon, 04 Aug 2014 11:29:06 +1000, Steven D'Aprano
wrote:
>Seymore4Head wrote:
>
>[...]
>> The second thing I am doing is using codeskulptor to try out a few
>> things I have learned at codecademy.
>
>What's CodeSkulptor?
>
>> Putting that in co
On Mon, Aug 4, 2014 at 11:29 AM, Steven D'Aprano
wrote:
>> Putting that in codeskulptor gets
>>
>> Line 4: ImportError: No module named datetime
>
> Well that's a bug in CodeSkultor. datetime is a standard Python library, if
> CodeSkulptor doesn't provi
Seymore4Head wrote:
[...]
> The second thing I am doing is using codeskulptor to try out a few
> things I have learned at codecademy.
What's CodeSkulptor?
> Putting that in codeskulptor gets
>
> Line 4: ImportError: No module named datetime
Well that's a bug in C
On 04/08/2014 02:06, Seymore4Head wrote:
I am very new to Python.
Right now I am using two tools.
I am trying the tutorials at codecademy.com which is walking me
through it pretty slow.
The second thing I am doing is using codeskulptor to try out a few
things I have learned at codecademy.
I am
I am very new to Python.
Right now I am using two tools.
I am trying the tutorials at codecademy.com which is walking me
through it pretty slow.
The second thing I am doing is using codeskulptor to try out a few
things I have learned at codecademy.
I am getting a mismatch.
The example I am
16 matches
Mail list logo