On 22/06/2023 03.28, Pickle Pork via Python-list wrote:
Python is unable to open. Exit Code: 1
This is not good.
Please give some useful information:
- from where did you download Python?
- which operating system?
- how do you "open" Python?
etc.
--
Regards,
=dn
--
https://mail.python.org/mai
Python is unable to open. Exit Code: 1
--
https://mail.python.org/mailman/listinfo/python-list
On 2/24/2021 5:32 AM, jak wrote:
Hello everybody,
I encounter a problem using Idle Python in Windows when I use utf8
characters longer than 2 bytes such as the character representing the
smile emoticon:
The problem is with 'astral' unicode characters, those not in the Basic
Multilingual Plan
Hello everybody,
I encounter a problem using Idle Python in Windows when I use utf8
characters longer than 2 bytes such as the character representing the
smile emoticon:
:-)
that is this:
😊
Try to write this in Idle:
"😊".encode('utf8')
b'\xf0\x9f\x98\x8a'
now try to write this:
"".encode('utf8'
On 2018-04-14 03:19, Jatin Rajpura wrote:
Hi Team,
I am having an issue with Python on win 64, could you help me here?
Installed:
[cid:image001.png@01D3D1A6.6108F670]
CMD doesn't work:
[cid:image002.png@01D3D1A6.6108F670]
Regards,
Jatin Rajpura
This is a text-only list; i
Hi Team,
I am having an issue with Python on win 64, could you help me here?
Installed:
[cid:image001.png@01D3D1A6.6108F670]
CMD doesn't work:
[cid:image002.png@01D3D1A6.6108F670]
Regards,
Jatin Rajpura
AWS Engineer | E1 Technology | EF Kids & Teens | Education First
3F Jiu
I have already emailed about this issue, but have still not got any
where.
I have reduced the plugin down to its bare minimum it simple loads the
the python interpreter and imports gtk library.
If i do this outside the embedded python it imports and i can use the
gtk library, so why does it not w
JDJMSon wrote:
>
> Neal Becker wrote:
>
>> Shouldn't that be:
>> .def("TestFunction",&TestClass::TestFunction)
>> > ;
>
>
> Yes, you're right, but I'm still getting the error. I'm using a
> prebuilt python library, so later I'm going to rebuild python myself
> and see if that helps, as has bee
Neal Becker wrote:
> Shouldn't that be:
> .def("TestFunction",&TestClass::TestFunction)
> > ;
Yes, you're right, but I'm still getting the error. I'm using a
prebuilt python library, so later I'm going to rebuild python myself
and see if that helps, as has been suggested.
Thanks.
--
http://ma
JDJMSon wrote:
> I was wondering if someone here could help me with a problem I'm having
> building Python extensions with the Boost.Python library.
> Basically, if I have a wrapper class with something like this:
>
> string TestFunc()
> {
> return "Hello World";
> }
>
> BOOST_PYTHON_MODULE(Test
I believe this is more of a tools/compiler issue than a coding issue.
If you are using the pre-built BOOST.Python library you get compile
mismatches. I am not a Windows Visual Studio programmer (barely a
programmer), I am probably not using the correct terminology.
There are some settings for th
I was wondering if someone here could help me with a problem I'm having
building Python extensions with the Boost.Python library.
Basically, if I have a wrapper class with something like this:
string TestFunc()
{
return "Hello World";
}
BOOST_PYTHON_MODULE(TestClass)
{
def("TestFu
In article <[EMAIL PROTECTED]>,
"Eric Brunel" <[EMAIL PROTECTED]> wrote:
>You should now see why it works here: your first tkFont.Font is remembered at
>Python level in a variable. So it is not discarded once the tag_config is
>over. So the second tkFont.Font is not allocated at the same locati
Eugene Druker wrote:
> tkFont.Font(...) is a class instance, while you need font description.
Font instances are font descriptors.
>>> f = tkFont.Font(family="ariel", size=24, weight=tkFont.BOLD)
>>> f
>>> print f
font10726496
> t.tag.config( 'TBU', font=('times', 12, 'bold
On Tue, 18 Oct 2005 22:30:33 -0400, Ron Provost <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm using python 2.4.2 on Win XP Pro. I'm trying to understand a behavior
> I'm seeing in some Tkinter code I have. I've reduced my question to a small
> piece of code:
>
>
> #BEGIN CODE
> ###
"Ron Provost" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> [snip]
> t.insert( Tk.END, sampleText )
>
> t.tag_config( 'AB', font=tkFont.Font( family='ariel', size=24,
> weight=tkFont.BOLD ) )
> t.tag_config( 'TBU', font=tkFont.Font( family='times', size=10,
> weight=tkFont.BOLD, un
Hello,
I'm using python 2.4.2 on Win XP Pro. I'm trying to understand a behavior
I'm seeing in some Tkinter code I have. I've reduced my question to a small
piece of code:
#BEGIN CODE
#
import Tkinter as Tk
import tkFont
sampleText = """Here is a test string. This is mo
Hi there,
  Â
Can any one please help in getting me Python-Outlook programming issue
clarified.
Â
I just wanted to do the following using Python:
1)Open a New Oulook Mail Window
2) Fill the field: to-email address and Write some
body to it.(I DON’t want to send it automatically
18 matches
Mail list logo