Re: Accessing Windows Network Share?

2007-08-16 Thread frikk
On Aug 16, 3:03 pm, "Chris Mellon" <[EMAIL PROTECTED]> wrote: > On 8/16/07, frikk <[EMAIL PROTECTED]> wrote: > > > > > > > On Aug 16, 2:43 pm, "Chris Mellon" <[EMAIL PROTECTED]> wrote: > > > On 8/16/07, frikk <[EMAIL PROTEC

Re: Accessing Windows Network Share?

2007-08-16 Thread frikk
On Aug 16, 2:43 pm, "Chris Mellon" <[EMAIL PROTECTED]> wrote: > On 8/16/07, frikk <[EMAIL PROTECTED]> wrote: > > > > > > > I previously posted about accessing SharePoint over the web. Well I > > have since given up any easy means of doing t

Accessing Windows Network Share?

2007-08-16 Thread frikk
I previously posted about accessing SharePoint over the web. Well I have since given up any easy means of doing this, since something else has perked my interest. Instead of going to http://sharepoint/site, why not just access \\sharepoint\site\ directly? So my question is this - How do I access

Python, Sharepoint, .NET, NTLM

2007-08-15 Thread frikk
Hey everyone, I need to authenticate with a Sharepoint server. It looks to be using 'NTLM' authentication. I've looked on the newsgroup and it looks like there has been talk of using python and NTLM but no definite solutions are apparent. Can anyone provide me with any kind of help on this is

wxWindows - incorrect path on installation?

2007-08-06 Thread frikk
This should be a very simple one, sorry! I installed wxWindows on my OS X box but I am unable to get my python install to recognize the module. Unfortunately I don't know a whole lot about where modules install to or how to configure python to see them. IE: 'import wx' does not work - it says un

Re: Memory Leak with Tkinter Canvas (Python 2.5 Win32)

2007-08-03 Thread frikk
On Aug 3, 2:26 am, "Hendrik van Rooyen" <[EMAIL PROTECTED]> wrote: > "frikk" wrote: > > 1. ... Am I somehow leaving > > objects laying around that aren't being deleted? Is create_rectangle > > not the appropriate function to use?) >

Memory Leak with Tkinter Canvas (Python 2.5 Win32)

2007-08-02 Thread frikk
Hey everyone. I have been working with python for a couple years now, but just recently built my first program with a GUI. I decided to start with Tkinter since it is included with the base package, although wxWindows will likely be my next choice. Tkinter seems to be pretty slow for my needs.

Real Time Embedded Systems Monitor in Python?

2007-03-19 Thread frikk
Hey Everyone! I've got a question regarding the capabilities of python in a real time environment. I'll start by saying I'm a little bit flaky when it comes to terminology, so please correct me or ask where it seems I'm not beings specific or using the wrong wording. I am looking into a project fo